To import from VSAM COBOL FD files (CICS) - MVS z/OS

  1. Click the Import button in the CONNX Data Dictionary Manager window.

  2. The Import CDD dialog box appears.

  3. Select VSAM COBOL FD files in the Import Type list box.

  4. Type a CICS user name in the User Name text box.

  5. The CICS user ID must be authorized for FTP access to the target host, and must contain a RACF OMVS segment. For example, the default CICS user ID CICSUSER can be modified via RACF commands to permit FTP access by adding an OMVS segment:

USER=CICSUSER  NAME=CICSUSER

OMVS INFORMATION  

________  

 

UID= 0000000000  

CPUTIMEMAX= NONE

ASSIZEMAX= NONE   

FILEPROCMAX= NONE

PROCUSERMAX= NONE

THREADSMAX= NONE  

MMAPAREAMAX= NONE

  1. The CICS userid used for CONNX CDD imports need not be authorized for TSO access, as long as it has read authority to the target COBOL copybook partitioned data sets. By default, the CONNX COBOL copybooks reside in CONNX.VVRR.COPYBOOK

  2. Type a CICS password in the Password text box.

  3. The TCPIP port number is set to 6500 by default, but can be configured via the CONNX NX01 CICS transaction.

  4. Select the destination database from the Destination Database list box. See Adding a Database Connection for more information.

  5. Type a COBOL FD partitioned data set and member name in the Enter a COBOL FD data set member text box.

  6. Specify the fully qualified PDS (partitioned data set) and member name for the COBOL FD, for example, CONNX.VVRR.COPYBOOK(CUSTOMER).

  7. A COBOL FD specification does not contain the corresponding CICS File Control Table (FCT) name or Started Task DD (Data Definition) name; therefore, it must be specified on the Table Properties tab in the CONNX Data Dictionary Manager window when the data is returned.

  1. All of the record layouts in the specified file are imported.

  2. No additional logon information is required.

  1. Select each file to import and follow these steps:

  1. Click the Table Properties tab in the CONNX Data Dictionary Manager window.

  1. Type the CICS FCT name for the file in the CICS File Name text box. For example, the CICS short file name for the CONNX VSAM KSDS sample customer file is CNXCSTK.

    image2.gif
     

  1. Tab out of the CICS File Name text box to display the CONNX Database Logon dialog box. Click the OK button.

  2. Click the Table Indexes tab to display the key information for the imported CICS VSAM file.  

    image1.gif
     

  3. If the Table Index information list box is empty, click the Refresh Indexes button. If the list box remains empty, no indexes are defined on the imported VSAM file.

  4. Repeat steps a) through e) for each file for which there is imported metadata.

  5. Save the CDD by selecting the File menu and then clicking Save.

  1. For the CONNX sample files using the CONNX.VVRR.COPYBOOK prefix, select from this list of member names and CICS file names:

CONNX.VVRR.COPYBOOK

CUSTOMER CNXCSTK

CUSTOMRE CNXCSTE

CUSTOMRR CNXCSTR

EQUIPMNE CNXEQE

EQUIPMNR CNXEQR

EQUIPMNT CNXEQK

ORDER CNXORK

ORDERE CNXORE

ORDERR CNXORR

PRODGRP CNXPGK

PRODGRPE CNXPGE

PRODGRPR CNXPGR

PRODUCT CNXPRDK

PRODUCTE CNXPRDE

PRODUCTR CNXPRDR

Note: For your site, specify the COBOL copybook PDS/member and the corresponding CICS file name to import test or production metadata.